home *** CD-ROM | disk | FTP | other *** search
/ Champak 148 / (Vol 148) Feb 07 2012.iso / Games / pet_1328.swf / scripts / DefineButton2_111 / BUTTONCONDACTION on(release).as
Text File  |  2012-02-07  |  213b  |  12 lines

  1. on(release){
  2.    gotoAndPlay(5);
  3.    removeMovieClip("dog");
  4.    index = 0;
  5.    while(holeindex >= index)
  6.    {
  7.       removehole = "hole" + index;
  8.       removeMovieClip(removehole);
  9.       index += 1;
  10.    }
  11. }
  12.